Skip to main content
POST
/
handlers
/
vapi-webhook
handle-vapi-event
curl --request POST \
  --url https://api.example.com/handlers/vapi-webhook

Documentation Index

Fetch the complete documentation index at: https://docs.theary.ai/llms.txt

Use this file to discover all available pages before exploring further.

handle-vapi-event

No description available.

Request Body

Required
{
  "$ref": "#/components/schemas/VapiWebhookDto"
}

Response

201

No description available.

Example Request

POST /handlers/vapi-webhook
{}```